home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / harry_po.swf / scripts / DefineButton2_1044 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-08-12  |  204 b   |  13 lines

  1. on(release){
  2.    if(code == gameMC.code5)
  3.    {
  4.       _root.SFX_MC.gotoAndStop("park");
  5.       gameMC.LASTLEVEL = 5;
  6.       gameMC.fnRestartGame(5);
  7.    }
  8.    else
  9.    {
  10.       gotoAndPlay(7);
  11.    }
  12. }
  13.